math/big.divisor.bbb (field)
10 uses
math/big (current package)
natconv.go#L381: if table[index].nbits >= maxLength && table[index].bbb.cmp(q) >= 0 {
natconv.go#L389: q, r = q.div(r, q, table[index].bbb)
natconv.go#L443: bbb nat // divisor
natconv.go#L487: table[0].bbb = nat(nil).expWW(bb, Word(leafSize))
natconv.go#L490: table[i].bbb = nat(nil).sqr(table[i-1].bbb)
natconv.go#L495: larger = nat(nil).set(table[i].bbb)
natconv.go#L497: table[i].bbb = table[i].bbb.set(larger)
natconv.go#L501: table[i].nbits = table[i].bbb.bitLen()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |